home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Tools 4
/
Amiga Tools 4.iso
/
tools
/
netzwerk
/
tcp-ip
/
netbeginner
/
scripts
/
stopnet
< prev
next >
Wrap
AmigaDOS Script File
|
1996-02-15
|
586b
|
21 lines
.KEY FLUSH/S
.BRA {
.KET }
; *** This is the stopping script that the AmiTCP/IP ***
; *** installation process normally create in ***
; *** AmiTCP:bin/stopnet ***
; *** ***
; *** Ceci est le script d'arrêt qui est normalement ***
; *** créé dans AmiTCP:bin/stopnet lors de ***
; *** l'installation de AmiTCP/IP ***
rx "address AMITCP; KILL" ; Send "KILL" to AmiTCP
If {FLUSH}
Wait 2 secs
If `rx "Say Show(ports, AMITCP)"` EQ 0
Avail >NIL: FLUSH
EndIf
EndIf